home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / eurostars2.0.lha / Makefile < prev    next >
Encoding:
Makefile  |  1992-10-05  |  285 b   |  17 lines

  1. # :ts=8 bk=0
  2. ##
  3. # Makefile for EuroStars.
  4. # Written for the SAS assembler (because I don't have anything else, that's
  5. # why).
  6. #
  7. OBJ =        es.o
  8.  
  9. .asm.o:
  10.     asm -iINCLUDE: $*.asm
  11.  
  12. es: $(OBJ)
  13.     blink $(OBJ) LIB LIB:amiga2.0.lib to ES SC SD ADDSYM NOICONS
  14.  
  15. es.doc: es
  16.     autodoc >es.doc -a ES.asm
  17.